home *** CD-ROM | disk | FTP | other *** search
- -- background: 4370 from stack: in
- -- bmap block id: 4999
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- --On OpenCard
-
- --get the short name of this card
- --put it into CountVar
-
- --set the userLevel to 2
- --set cantModify of this stack to false
-
- --add 1 to card field CountVar of card "counterCard"
-
- --set the userLevel to 1
- --set cantModify of this stack to true
-
-
- --End OpenCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0003
- -- rect: left=480 top=223 right=245 bottom=516
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HomeScreen
- ----- HyperTalk script -----
- on mouseUp
- go card "hhHomeScreen"
- end mouseUp
-
-